int GetNoteLength()

Description Gets the length of the value associated with the specified key.
Arguments FileHandle noteHandle, const char keyName[64]
The first argument is the file handle returned by OpenNotesFile().
The second argument is a string containing the name of the key.
Returns An integer representing the length of the value.
Example See BOOL GetNote().